home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / ExitDry.Dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1997-11-21  |  108 b   |  9 lines

  1. on exitFrame
  2.   set temp to random(2)
  3.   if temp = 1 then
  4.     Talk("GB2")
  5.   else
  6.     Talk("GB1")
  7.   end if
  8. end
  9.